home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Web / Homesite / data1.cab / HS_Wizards / DHTML / Slide Show.vtm < prev    next >
Text File  |  1999-04-12  |  2KB  |  63 lines

  1. <WIZARD name="SlideShow" caption="Slide Show Wizard">
  2.  
  3. <!--- wizard parameters --->
  4. <PARAM name="SlideCount" value="2">
  5. <PARAM name="Duration" value="2">
  6. <PARAM name="Transition" value="Random">
  7. <PARAM name="AutoSwitch" value="1">
  8. <PARAM name="Position" value="" required="YES">
  9. <PARAM name="Left" value="100">
  10. <PARAM name="Top" value="100">
  11. <PARAM name="Width" value="300" required="YES">
  12. <PARAM name="Height" value="300" required="YES">
  13. <PARAM name="CurSlide" value="1">
  14.  
  15.  
  16. <TEMPLATE
  17.   name="SlideShow_Main.wml"
  18.   outputFile="SlideShow.htm"
  19.   description="Generated Tag"
  20. >
  21.  
  22. <PAGE name="Page0" caption="Slide Show Wizard" image="..\\images\\SlideShow.bmp">
  23.  
  24.     <PARAM name="Content" value="The Slide Show Wizard makes it easy to create exciting and effective presentations for Internet Explorer 4.0.\n\nTo build a slide show, simply select from the rich variety of transition patterns and timing options available.\n\nYou can place images (in any Web-supported graphics format), text, and HTML in the sequential slides, and you're ready to dazzle your audience with a slide show in the browser.">
  25.     <PARAM name="BrowserIcon" value="MSIE">
  26.  
  27. </PAGE>
  28.  
  29. <PAGE name="Page14" caption="Slide Show Properties" image="..\\images\\SlideShow.bmp">
  30.  
  31.     <INPUT name="editSlideCount" param="SlideCount">
  32.     <INPUT name="editDuration" param="Duration">
  33.     <INPUT name="cbTransition" param="Transition">
  34.     <INPUT name="chbAutoSwitch" param="AutoSwitch">
  35.  
  36. </PAGE>
  37.  
  38. <PAGE name="Page14a" caption="Layout" image="..\\images\\SlideShow.bmp">
  39.  
  40.     <INPUT name="cbPosition" param="Position">
  41.     <INPUT name="editLeft" param="Left">
  42.     <INPUT name="editTop" param="Top">
  43.     <INPUT name="editWidth" param="Width">
  44.     <INPUT name="editHeight" param="Height">
  45.  
  46. </PAGE>
  47.  
  48. <PAGE name="Page14b_a" caption="Slide Content" image="..\\images\\SlideShow.bmp">
  49.  
  50.     <NEXTPAGE name="Page14b_Last" condition="$${ (CurSlide EQ SlideCount) }">
  51.  
  52. </PAGE>
  53.  
  54. <PAGE name="Page14b_b" caption="Slide Content" image="..\\images\\SlideShow.bmp">
  55.  
  56.     <NEXTPAGE name="Page14b_a" condition="$${ (CurSlide NEQ SlideCount) }">
  57.  
  58. </PAGE>
  59.  
  60. <PAGE name="Page14b_Last" caption="Slide$${CurSlide} Content" image="..\\images\\SlideShow.bmp">
  61. </PAGE>
  62.  
  63. </WIZARD>